home *** CD-ROM | disk | FTP | other *** search
- debug = 0;
- if(0 < debug)
- {
- movx = 550;
- movy = 100;
- var texts = new String("This is|EDWARD|text effect|");
- var urls = new String("http://www.effectmaker.com|http://www.effectmaker.com|http://www.effectmaker.com|");
- tcol = 16711935;
- bcol = 16711680;
- lcol = 0;
- bspeed = 7;
- bp = 20;
- ang = 20;
- backgroundcolor = 16777215;
- }
- else
- {
- var movx = parseInt("400",10);
- var movy = parseInt("200",10);
- var texts = "What is this weird applet?|EdwardMesssage|Another strange applet from Effect Maker|";
- var urls = "http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|http://www.effectmaker.com/clickpage.html|";
- var tcol = parseInt("255",10);
- var bcol = parseInt("0",10);
- var lcol = parseInt("16762880",10);
- var bspeed = parseInt("3",10);
- var bspeed = parseInt("3",10);
- var bp = parseInt("20",10);
- var ang = parseInt("20",10);
- var backgroundcolor = parseInt("0",10);
- var target = "links";
- }
- var texts = texts.split("|");
- var urls = urls.split("|");
- moviearea._x = 0;
- moviearea._y = 0;
- moviearea._width = movx;
- moviearea._height = movy;
- tcn = 0;
- mc = new Color(s1);
- mc.setRGB(tcol);
- mc = new Color(s2);
- mc.setRGB(bcol);
- mc = new Color(line);
- mc.setRGB(lcol);
- tor = (movy - s1._height) / 2;
- lor = (movy - s1._height) / 2 + s1._height / 2;
- var today = new Date();
- if(!(today.getTime() < _root.ts && _root.ts < today.getTime() + 172800000 || _root.ts == -1))
- {
- gotoAndStop("ea");
- }
-